Contribution org.nuxeo.drive.sync.roots.cache--caches
In component org.nuxeo.drive.sync.roots.cache
org.nuxeo.drive.sync.roots.cache
inside nuxeo-runtime-7.10-HF06.jar /opt/tmp/tmp-explorer/nuxeo-cap-7.10-tomcat/nxserver/config/nuxeodrive-sync-roots-cache-config.xml
This contribution is part of XML component Extension Point
Extension point caches of component CacheService.Contributed Items
XML Source
<extension point="caches" target="org.nuxeo.ecm.core.cache.CacheService">
<cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="driveSyncRoot">
<option name="maxSize">10000</option>
<option name="concurrencyLevel">4</option>
<ttl>1</ttl>
</cache>
<cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="driveCollectionSyncRootMember">
<option name="maxSize">10000</option>
<option name="concurrencyLevel">4</option>
<ttl>1</ttl>
</cache>
</extension>